tools/mkrpm $(WEB) $(VERSD) $(RELEASE)
gui: gpsbabel$(EXEEXT)
- cd gui ; $(QMAKE) app.pro && make
+ cd gui ; $(QMAKE) app.pro && $(MAKE) $(MAKEFLAGS)
cd gui ; $(LUPDATE) app.pro
cd gui ; $(LRELEASE) app.pro
export GBTEMP=$(pwd)/gbtemp
mkdir -p $GBTEMP
./configure --with-doc=$(pwd)/gpsbabel_docdir
+# As of 2018-10, all the virtualized travis build images are two cores per:
+# https://docs.travis-ci.com/user/reference/overview/
+# We'll be slightly abusive on CPU knowing that I/O is virtualized.
+export MAKEFLAGS=-j3
make toolinfo
make clean
make